From 6ee63a43a2442d85198c62099bbf8007815570db Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 2 Aug 2002 17:59:22 +0000 Subject: [PATCH] (atomic-change-group): Doc fix. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index b247d170e84..15d483c10b6 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1168,7 +1168,7 @@ Optional DEFAULT is a default password to use instead of empty input." "Perform BODY as an atomic change group. This means that if BODY exits abnormally, all of its changes to the current buffer are undone. -This works regadless of whether undo is enabled in the buffer. +This works regardless of whether undo is enabled in the buffer. This mechanism is transparent to ordinary use of undo; if undo is enabled in the buffer and BODY succeeds, the -- 2.30.2